home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / doorsec.zip / DOORSEC.DOC next >
Text File  |  1991-10-31  |  787b  |  26 lines

  1. DOORSEC    for Wildcat v3.0x+ ONLY.  (c) 1991 Karl Schneider
  2.  
  3. S & H Engineering
  4. 8505 Woodwick Ct.
  5. Tampa, FL 33615
  6. 813-884-9661  voice day/eve, AGORA BBS midnite-0600 EST.  14.4 HST.
  7.  
  8. DOORSEC is just a little 'interceptor' program that will allow a
  9. caller access to a Door or Hook ONLY if he has the EXACT Security
  10. Level in the command line.  This could be used to keep previously
  11. verified/upgraded users from accessing a callback or other door/hook.
  12.  
  13. Usage is simple.  In the .BAT or .RUN file, just put:
  14.  
  15. doorsec wc3
  16. if errorlevel 1 goto end
  17. --do the door here--
  18. :end
  19.  
  20. Just be sure you spell the security level name properly, as defined
  21. in Makewild.  cASe does not matter.  wc3 means the same thing as
  22. WC3; newuser works the same as Newuser or NEWUSER.
  23.  
  24. -eof-
  25.  
  26.